ComponentOne SuperTooltip for WinForms
C1.Win.4.8 Assembly / C1.Util Namespace / RawFontSubSet Class / RawFontSubSet Constructor / RawFontSubSet Constructor(Byte[])
The raw font data.

In This Topic
    RawFontSubSet Constructor(Byte[])
    In This Topic
    Initialization raw subset.
    Syntax
    'Declaration
     
    Protected Function New( _
       ByVal data() As System.Byte _
    )
    protected RawFontSubSet( 
       System.byte[] data
    )

    Parameters

    data
    The raw font data.
    See Also